net/http.http2pipe.c (field)

10 uses

	net/http (current package)
		h2_bundle.go#L3870: 	c        sync.Cond       // c.L lazily initialized to &p.mu
		h2_bundle.go#L3910: 	if p.c.L == nil {
		h2_bundle.go#L3911: 		p.c.L = &p.mu
		h2_bundle.go#L3928: 		p.c.Wait()
		h2_bundle.go#L3942: 	if p.c.L == nil {
		h2_bundle.go#L3943: 		p.c.L = &p.mu
		h2_bundle.go#L3945: 	defer p.c.Signal()
		h2_bundle.go#L3980: 	if p.c.L == nil {
		h2_bundle.go#L3981: 		p.c.L = &p.mu
		h2_bundle.go#L3983: 	defer p.c.Signal()